home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ModemStub.h
-
- Contains: Definitions for the USB Modem Stub
-
- Version: xxx put version here xxx
-
- Written by:
-
- Copyright: © 1995-1998 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: USB
-
- */
-
- #ifndef _MODEMSTUB_
- #define _MODEMSTUB_
-
- /********************************************************************************************/
- //
- // Prototypes
- //
- /********************************************************************************************/
-
- static OSStatus modemDriverValidateHW(USBDeviceRef device, USBDeviceDescriptor *desc);
- static OSStatus modemDriverInitInterface(UInt32 interfaceNum, USBInterfaceDescriptor *interfaceDesc, USBDeviceDescriptor *deviceDesc, USBDeviceRef device);
- static OSStatus modemDriverInitialize(USBDeviceRef device, USBDeviceDescriptorPtr pDesc, UInt32 busPowerAvailable);
- static OSStatus modemDriverFinalize(USBDeviceRef device, USBDeviceDescriptorPtr pDesc);
- static OSStatus ExpertEntryProc(ExpertNotificationProcPtr pExpertNotify);
- static OSStatus modemDriverNotifyProc(UInt32 notification, void *pointer);
-
- #endif
-